New upstream version 1.1.9+ds1
authorBoyuan Yang <byang@debian.org>
Tue, 13 Aug 2024 16:48:28 +0000 (12:48 -0400)
committerBoyuan Yang <byang@debian.org>
Tue, 13 Aug 2024 16:48:28 +0000 (12:48 -0400)
commit90f7285a1f55e644490a9b0f09aab00f704931cf
tree7cce75923ecab826057808507a380b31158598ff
parenta0f739180cada9eba6d5e25449c49ae657dfc7e6
New upstream version 1.1.9+ds1
25 files changed:
.github/FUNDING.yml [new file with mode: 0644]
.github/workflows/bazel.yml
.npmignore
BUILD.bazel
CMakeLists.txt
MODULE.bazel
MODULE.bazel.lock
README.md
data/scripts/find_target.py
data/scripts/merge.py
data/scripts/reverse.py
data/scripts/sort.py
data/scripts/sort_all.py
node/global.gypi
package.json
python/opencc/BUILD.bazel [new file with mode: 0644]
python/opencc/__init__.py
python/tests/BUILD.bazel [new file with mode: 0644]
python/tests/requirements_lock.txt [new file with mode: 0644]
python/tests/test_opencc.py
src/BUILD.bazel
src/Config.cpp
src/Config.hpp
src/SimpleConverter.cpp
src/tools/CommandLine.cpp